projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c53b8
)
(sh-blink): Fix spurious reference to variable `message'.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Sep 2005 09:17:14 +0000
(09:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Sep 2005 09:17:14 +0000
(09:17 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index fc3f0beee0417104ec3c31fba088c3b74f35319c..8af9b637b0b465e17c94f4b6283f76139a9c55cf 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-2574,7
+2574,7
@@
If INFO is supplied it is used, else it is calculated from current line."
(goto-char blinkpos)
(if msg (message "%s" msg) (message nil))
(sit-for blink-matching-delay))
- (if m
essage
(message "%s" msg) (message nil))))
+ (if m
sg
(message "%s" msg) (message nil))))
(defun sh-show-indent (arg)
"Show the how the currently line would be indented.